edge

/avail/Avail/Data Abstractions/Graphs/Abstract Graphs: edge
Source: /avail/Avail/Data Abstractions/Graphs/Abstract Graphs
Categories: Data Abstractions, Graphs
An edge specifies a source vertex and a destination vertex.
Name Type Description
Fields
source any The source vertex.
destination any The destination vertex.